home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / themes / Rezlooks-Snow / gtk-2.0 / gtkrc
Text File  |  2006-11-03  |  5KB  |  211 lines

  1. style "rezlooks-default"
  2. {
  3.   GtkButton      ::default_border    = { 0, 0, 0, 0 }
  4.   GtkRange       ::trough_border     = 0
  5.   GtkPaned       ::handle_size       = 6
  6.   GtkRange       ::slider_width      = 15
  7.   GtkRange       ::stepper_size      = 15
  8.  
  9.   GtkScrollbar   ::min_slider_length = 30
  10.   GtkCheckButton ::indicator_size    = 14
  11.   GtkMenuBar     ::internal-padding  = 0
  12.   GtkTreeView    ::expander_size     = 14
  13.   GtkExpander    ::expander_size     = 16
  14.   GtkScale       ::slider-length     = 24
  15.   
  16.   xthickness = 1
  17.   ythickness = 1
  18.  
  19.   fg[NORMAL]        = "#505050"
  20.   fg[PRELIGHT]      = "#505050"
  21.   fg[SELECTED]      = "#ffffff"
  22.   fg[ACTIVE]        = "#2a2a2a"
  23.   fg[INSENSITIVE]   = "#bebebe"
  24.  
  25.   bg[NORMAL]        = "#fdfdfd"
  26.   bg[PRELIGHT]      = "#ffffff"
  27.   bg[SELECTED]        = "#498acb"
  28.   bg[INSENSITIVE]   = "#f1f1f1"
  29.   bg[ACTIVE]        = "#f6f6f6" # this (strangely) controls inactive tab BGs
  30.  
  31.   base[NORMAL]      = "#ffffff"
  32.   base[PRELIGHT]    = "#4b8dcf"
  33.   base[ACTIVE]      = "#91b3d5"
  34.   base[SELECTED]    = "#498acb"
  35.   base[INSENSITIVE] = "#fdfdfd"
  36.  
  37.   text[NORMAL]      = "#505050"
  38.   text[PRELIGHT]    = "#505050"
  39.   text[ACTIVE]      = "#ffffff"
  40.   text[SELECTED]    = "#ffffff"
  41.   text[INSENSITIVE] = "#b1b1b1"
  42.  
  43.   engine "rezlooks" 
  44.   {
  45.     scrollbar_color   = "#4b8dcf"
  46.     menubarstyle      = 1 # 0 = flat, 1 = gradient, 2 = stripes
  47.     menubaritemstyle  = 1 # 0 = flat, 1 = button-ish style
  48.     animation         = TRUE
  49.   }
  50. }
  51.  
  52.  
  53. style "rezlooks-wide" = "rezlooks-default"
  54. {
  55.   xthickness = 2
  56.   ythickness = 2
  57. }
  58.  
  59. style "rezlooks-wider" = "rezlooks-default"
  60. {
  61.   xthickness = 3
  62.   ythickness = 3
  63. }
  64.  
  65. style "rezlooks-button" = "rezlooks-wider"
  66. {
  67.   bg[NORMAL]        = "#f5f5f5"
  68.   bg[ACTIVE]        = "#ececec"
  69. }
  70.  
  71. style "rezlooks-notebook" = "rezlooks-wide"
  72. {
  73.   base[SELECTED]  = "#98bbdf"
  74.   bg[ACTIVE]      = "#f0f0f0"
  75. }
  76.  
  77. style "rezlooks-tasklist" = "rezlooks-default"
  78. {
  79.   xthickness = 5
  80.   ythickness = 3
  81. }
  82.  
  83. style "rezlooks-menu" = "rezlooks-default"
  84. {
  85.   xthickness = 2
  86.   ythickness = 1
  87. }
  88.  
  89. style "rezlooks-menu-item" = "rezlooks-default"
  90. {
  91.   ythickness     = 3
  92.   fg[PRELIGHT]   = "#ffffff"
  93.   text[PRELIGHT] = "#ffffff"
  94.   base[PRELIGHT] = "#417ab4"
  95. }
  96.  
  97. style "rezlooks-menubar" = "rezlooks-default"
  98. {
  99.     #bg[NORMAL] = "#e3eba8"
  100. }
  101.  
  102. style "rezlooks-menubar-item"
  103. {
  104.     ythickness = 4
  105.     bg[PRELIGHT] = "#498acb"
  106. }
  107.  
  108. style "rezlooks-tree" = "rezlooks-default"
  109. {
  110.   xthickness = 2
  111.   ythickness = 2
  112.   text[NORMAL] = "#505050"
  113.   GtkTreeView::odd_row_color = "#ffffff"
  114.   GtkTreeView::even_row_color = "#fdfdfd"
  115. }
  116.  
  117. style "rezlooks-frame-title" = "rezlooks-default"
  118. {
  119.   fg[NORMAL] = "#505050"
  120. }
  121.  
  122. style "rezlooks-tooltips" = "rezlooks-default"
  123. {
  124.   xthickness = 4
  125.   ythickness = 4
  126.   bg[NORMAL] = { 1.0,1.0,0.75 }
  127. }
  128.  
  129. style "rezlooks-progressbar" = "rezlooks-wide"
  130. {
  131.   xthickness = 1
  132.   ythickness = 1
  133.   fg[PRELIGHT]  = "#ffffff"
  134. }
  135.  
  136. style "rezlooks-combo" = "rezlooks-button"
  137. {
  138. }
  139.  
  140. style "panel-menu"
  141. {
  142. }
  143.  
  144. style "metacity-frame"
  145. {
  146.   # Normal base color
  147.   #bg[NORMAL]  = "#bbbbbb"
  148.  
  149.   # Unfocused title background color
  150.   #bg[INSENSITIVE]  = { 0.8, 0.8, 0.8 }
  151.  
  152.   # Unfocused title text color
  153.   #fg[INSENSITIVE]  = { 1.55, 1.55, 1.55 }
  154.  
  155.   # Focused icon color
  156.   #fg[NORMAL]  = { 0.2, 0.2, 0.2 }
  157.  
  158.   # Focused title background color
  159.   bg[SELECTED]  = "#417bb5"
  160.  
  161.   # Focused title text color
  162.   #fg[SELECTED]  = "#ffffff"
  163. }
  164.  
  165. style "extra-view"
  166. {
  167.     bg[NORMAL] = "#4b8dcf"
  168. }
  169.  
  170. # widget styles
  171. class "MetaFrames"     style "metacity-frame"
  172. class "GtkWidget"      style "rezlooks-default"
  173. class "GtkButton"      style "rezlooks-button"
  174. class "GtkScale"       style "rezlooks-button"
  175. class "GtkCombo"       style "rezlooks-button"
  176. class "GtkRange"       style "rezlooks-wide"
  177. class "GtkFrame"       style "rezlooks-wide"
  178. class "GtkMenu"        style "rezlooks-menu"
  179. class "GtkEntry"       style "rezlooks-wider"
  180. class "GtkMenuItem"    style "rezlooks-menu-item"
  181. class "GtkNotebook"    style "rezlooks-notebook"
  182. class "GtkProgressBar" style "rezlooks-progressbar"
  183. class "*MenuBar*"      style "rezlooks-menubar"
  184.  
  185. widget_class "*MenuItem.*" style "rezlooks-menu-item"
  186. widget_class "*MenuBar.*"  style "rezlooks-menubar-item"
  187. widget_class "*.Panel*Menu*" style "panel-menu"
  188.  
  189. # combobox stuff
  190. widget_class "*.GtkComboBox.GtkButton" style "rezlooks-combo"
  191. widget_class "*.GtkCombo.GtkButton"    style "rezlooks-combo"
  192.  
  193. # tooltips stuff
  194. widget_class "*.tooltips.*.GtkToggleButton" style "rezlooks-tasklist"
  195. widget "gtk-tooltips" style "rezlooks-tooltips"
  196.  
  197. #nautilus search stripe
  198. widget "*.nautilus-extra-view-widget" style:highest "extra-view"
  199.  
  200. # treeview stuff
  201. widget_class "*.GtkTreeView.GtkButton" style "rezlooks-tree"
  202. widget_class "*.GtkCTree.GtkButton" style "rezlooks-tree"
  203. widget_class "*.GtkList.GtkButton" style "rezlooks-tree"
  204. widget_class "*.GtkCList.GtkButton" style "rezlooks-tree"
  205. widget_class "*.GtkFrame.GtkLabel" style "rezlooks-frame-title"
  206.  
  207. # notebook stuff
  208. widget_class "*.GtkNotebook.*.GtkEventBox" style "rezlooks-notebook"
  209. widget_class "*.GtkNotebook.*.GtkViewport" style "rezlooks-notebook"
  210.  
  211.